home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / fingdent.zip / IDENTCLI.EXE / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1996-04-11  |  1KB  |  61 lines

  1. object AboutForm: TAboutForm
  2.   Left = 671
  3.   Top = 509
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 81
  8.   ClientWidth = 261
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 50
  18.     Top = 10
  19.     Width = 131
  20.     Height = 13
  21.     Caption = 'Ident Client (RFC1413) v1.0'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 50
  25.     Top = 25
  26.     Width = 196
  27.     Height = 13
  28.     Caption = 'Copyright ∩┐╜ '#39'96 Beach Dreamin'#39' Software'
  29.     Color = clBtnFace
  30.     ParentColor = False
  31.   end
  32.   object Image1: TImage
  33.     Left = 10
  34.     Top = 10
  35.     Width = 32
  36.     Height = 32
  37.     Center = True
  38.     Picture.Data = {<image000.bmp>}
  39.   end
  40.   object BitBtn1: TBitBtn
  41.     Left = 180
  42.     Top = 50
  43.     Width = 75
  44.     Height = 25
  45.     TabOrder = 0
  46.     OnClick = BitBtn1Click
  47.     Kind = bkOK
  48.   end
  49.   object Edit1: TEdit
  50.     Left = 10
  51.     Top = 60
  52.     Width = 91
  53.     Height = 13
  54.     BorderStyle = bsNone
  55.     Color = clBtnFace
  56.     ReadOnly = True
  57.     TabOrder = 1
  58.     Text = 'lva@wirehub.net'
  59.   end
  60. end
  61.